home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 2.toast / pc / sample code / quicktime / quicktimeintro / graphic import.export / macshell / imagesfromurl.r next >
Encoding:
Text File  |  2000-10-06  |  582 b   |  42 lines

  1. #include "Types.r"
  2.  
  3. resource 'DLOG' (1006) {
  4.     {40, 40, 140, 589},
  5.     dBoxProc,
  6.     visible,
  7.     noGoAway,
  8.     0x0,
  9.     1006,
  10.     "",
  11.     alertPositionMainScreen
  12. };
  13.  
  14. resource 'DITL' (1006) {
  15.     {    /* array DITLarray: 4 elements */
  16.         /* [1] */
  17.         {60, 470, 80, 528},
  18.         Button {
  19.             enabled,
  20.             "OK"
  21.         },
  22.         /* [2] */
  23.         {60, 390, 80, 448},
  24.         Button {
  25.             enabled,
  26.             "Cancel"
  27.         },
  28.         /* [3] */
  29.         {20, 110, 36, 525},
  30.         EditText {
  31.             disabled,
  32.             "http://www.apple.com/quicktime/developers/icefloe/images/writinguin.gif"
  33.         },
  34.         /* [4] */
  35.         {20, 20, 36, 101},
  36.         StaticText {
  37.             disabled,
  38.             "Enter a URL:"
  39.         }
  40.     }
  41. };
  42.